Defines the drag rectangle (based on the coordinates passed) that will appear when the user drags from the control. Returns a new DragItem object.
Syntax |
|---|
|
result = RectControl.NewDragItem( Left, Top, Width, Height ) |
Parameters |
|
|---|---|
|
Left |
|
|
Top |
|
|
Width |
|
|
Height |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
Left and Top are the coordinates of the left-top corner of the drag rectangle and Width and Height are the dimensions of the drag rectangle.